home *** CD-ROM | disk | FTP | other *** search
/ The World of Computer Software / The World of Computer Software.iso / ccr.zip / CCR.T < prev    next >
Text File  |  1993-01-23  |  2KB  |  69 lines

  1. /*
  2.  * Colossal Cave Revisited
  3.  *
  4.  * A remake of Willie Crowther and Don Woods' classic Adventure.
  5.  * Converted from Donald Ekman's PC port of the original FORTRAN source.
  6.  * TADS version by David M. Baggett for ADVENTIONS.
  7.  *
  8.  * Colossal Cave Revisited and its accompanying source code are
  9.  * Copyright (C) 1993 David M. Baggett.
  10.  *
  11.  *---------------------------------------------------------------------------
  12.  * This program is free software; you can redistribute it and/or modify
  13.  * it under the terms of version 2 of the GNU General Public License as
  14.  * published by the Free Software Foundation.
  15.  *
  16.  * This program is distributed in the hope that it will be useful,
  17.  * but WITHOUT ANY WARRANTY; without even the implied warranty of
  18.  * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
  19.  * GNU General Public License for more details.
  20.  *
  21.  * You should have received a copy of the GNU General Public License
  22.  * along with this program; if not, write to the Free Software
  23.  * Foundation, Inc., 675 Mass Ave, Cambridge, MA 02139, USA.
  24.  *
  25.  *---------------------------------------------------------------------------
  26.  *
  27.  * Please document all changes in the history (here as well as in the
  28.  * appropriate source files) so we know who did what.
  29.  *
  30.  *---------------------------------------------------------------------------
  31.  *
  32.  * ADVENTIONS distributes this game, but you are free to do what you will
  33.  * with it, provided you adhere to the terms in the GNU Public License v2.
  34.  * Send correspondence regarding this game or other works distributed
  35.  * by ADVENTIONS to 
  36.  *
  37.  *    ADVENTIONS
  38.  *    PO Box 851
  39.  *    Columbia, MD 21044
  40.  *
  41.  * If you would like a catalog of releases, please enclose a SASE.  Thanks!
  42.  *
  43.  * Contributors
  44.  *
  45.  *    dmb    In real life:    David M. Baggett
  46.  *        Internet:    <dmb@ai.mit.edu>
  47.  *        Compu$erve:    76440,2671 (ADVENTIONS account)
  48.  *        GEnie:        ADVENTIONS
  49.  *
  50.  * Modification History
  51.  *
  52.  * 1-Jan-93    dmb    rec.arts.int-fiction BETA release (source only)
  53.  *                      For beta testing only -- not for general
  54.  *            distribution.
  55.  *
  56.  */
  57. #include "history.t"
  58.  
  59. #include "adv.t"
  60. #include "format.t"
  61. #include "preparse.t"
  62. #include "ccr-std.t"
  63. #include "ccr-room.t"
  64. #include "ccr-item.t"
  65. #include "ccr-verb.t"
  66. #include "ccr-npc.t"
  67. #include "help.t"
  68. #include "close.t"
  69.